h1 { font-family: sans-serif; font-size: 250%; color: #111; font-weight: 100; }
h2 { font-family: sans-serif; font-size: 150%; color: #333; font-weight: 100; }
h3 { font-family: sans-serif; font-size: 110%; }
div.subtitle { padding-left: 2em; font: italic normal 50% serif; }

@media screen {
.bodybox { /*background-color: white; border-radius: 8px;*/ padding: 25px; margin:10px 15% 10px 15%;
    width:auto; height:auto; }
body-v1 { /*background: #eee; */padding:0; margin:0; border: 0;
       font-family:  sans-serif;background-attachment: scroll;
        background-color: #EEF;
        background-image: -webkit-linear-gradient(left,
            rgb(136, 178, 223) 0%,
            rgb(212, 227, 245) 50%,
            rgb(136, 178, 223) 100%);
        background-origin: padding-box;
       }
}
html,
body { /*background: #eee;*/ padding:0; margin:0; border: 0;
    font-family: sans-serif; word-wrap: break-word;
    height: 100%;
}
p.error { color: #a44; font-weight: bold; }

.dropdown {
    position: relative;
    display: inline-block;
    font-size: 11pt;
    padding: 4px;
    border-bottom: 4px solid transparent;
}
.dropdown:hover {
    border-bottom: 4px solid #c8d73f;
}
.dropdown-content {
    display: block;
    visibility:hidden;
    z-index: -1;
    position: absolute;
    top:calc(100% + 4px);
    right:0%;
    background-color: rgba(0,0,0,1);
    color: white;
    white-space: nowrap;
    box-shadow: 3px 7px 22px 2px rgba(0,0,0,0.59);
    padding: 12px 16px;
    opacity: 0;
    transition: opacity 1s, visibility 1s, z-index .1s;
}
.dropdown:hover .dropdown-content {
    visibility:visible;
    display: block;
    opacity: 1;
    z-index: 9999;
}
.dropdown-content a {
    color:#CCC;
    text-decoration: none;
}
.dropdown-content a:hover {
    color:#fff;
}
div.menubar { vertical-align: bottom; padding: 4px; margin-right: 1em;
              position: absolute; top: 94px; right: 0;
              font-size: 10pt;
    }

table.loginPage {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #222;
    background-image: url('/background.jpg');
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
tr.ltop { height: 20%; }
tr.lbottom { height: 80%; }
td.lside { width: 50%; }
table.logoBar {
    width: 100%;
    padding: 4px;
    color: #aaa;
    background-color: white;
}
table.logoBar td {
    width: 25%;
    vertical-align: middle;
}
table.statusBar {
    width: 100%;
    padding: 4px;
    background-color: #ddd;
}
table.logoBar td {
    width: 25%;
    vertical-align: middle;
}
table.menuBar {
    width: 100%;
    padding: 4px;
    background-color: black;
    color: white;
}
span.red { color: #a44; text-decoration:line-through; }
span.yellow { color: #aa4; }
span.green { color: #4a4; }
span.normal { }
span.error { color: #a44; font-weight: bold; }
span.red a { text-decoration: none; color: inherit; }
span.yellow a { text-decoration: none; color: inherit; }
span.green a { text-decoration: none; color: inherit; }
span.normal a { text-decoration: none; color: inherit; }
table.menuBar td ul li a { color: white; font-weight: bold; padding: 0 !important; }
table.menuBar td ul li ul { color: black; background: #f8f8f8; font-weight: bold;
                      box-shadow: 3px 6px 19px 8px rgba(0,0,0,0.2); }
table.menuBar td ul li ul li { color: black; background: transparent; font-weight: bold;
                               width:100%; padding:0 !important;
                      /*box-shadow: 3px 6px 19px 8px rgba(0,0,0,0.44);*/ }
table.menuBar td ul li ul li a { color: black; background: transparent; font-weight: bold;
                                 width:100%; padding:0 !important;
                      /*box-shadow: 3px 6px 19px 8px rgba(0,0,0,0.44); */ }
table.menuBar td ul { border: 0; }
div.navBadge {
    position:fixed; z-index: 99; left:0px; bottom:0px; margin: 0; padding: 0px; width: 100%;
    pointer-events: none;
}
div.navBadge table {
    padding: 10px; width: 100%;
}
table.nowrap td { white-space: nowrap }
@media print {
    td.body { background: white; border: none; border-radius: 0; }
    body { font-family: sans-serif; }
    .nav { display: none; }
    .footer { display: none; }
    .skipPrint { display: none; }
    div.signature {
        width: 100%; height:1in;
        background-image: url("/images/Signoff.png");
        background-position: 80% 0%;
        background-repeat: no-repeat;
        background-size: auto 48pt;
    }
    input[type=text] { border: none; background: transparent; border-radius: 0; }
/*.newPage { page-break-before: always; } */
}
#menubar { background: transparent; font-size: 12px; }

div.bigChart { width: 6in; display: block; height: 4in; background: white;
               border-radius: 17px; margin-top: 20px; padding: 5px; }
.button { display: inline-block; text-decoration: none;
           padding: 2px; background: #ddd; color:#333;
           border: thin solid #bbb; border-radius: 5px; }
.button:hover { background:#eee }
.ui-progressbar {
    height: 1.5em;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background: #eee !important;
}
a.nav { display: block; width: 200px; text-decoration: none; font-family: sans-serif;
        color:#333; padding: 4px 12px 4px 12px; margin: 3px; border-radius: 7px;  }
td.bottomNav a.nav { display: inline-block; }
a.nav:hover { background:#eee }
table.login { padding: 30px ;  background-color: rgba(255,255,255,0.6); margin-top: 20%;
              border-radius: 8px; padding: 25px; margin:30px; color: #777; }
table.main { border-spacing: 0; border:0; padding:0; margin: 0; width: 100%; }
input.fullwidth { width:100%; }
input[type=text] { border: thin solid black; background: #eee; border-radius: 4px; }
td.nav { position: relative; top: 30px; }
td.timevalue { white-space: nowrap; }
td.title { vertical-align: middle; padding: 0px; margin: 25px; }
td.title h1 { color: #000; padding-left: 30px; margin:0; }
td.title h2 { color: #444; padding-left: 30px;}
td.title h2 { color: #888; padding-left: 30px;}
td.divider { }
.tight { padding:0; border: 0; margin: 0; }
.units { font-family: serif; font-size: 70%; font-style:italic; }
@media (max-width:1024px) {
   body { font-size: 70%; }
   .bodybox { background-color: white; border-radius: 8px; padding: 10px; margin:0;
    width:auto; height:auto; }
    div.navBadge {
        position:fixed; z-index: 99; left:5px; bottom:5px
    }
    div.navBadge a img { width:60px; }
}

.accordion {
    background-color: #eee;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin: 0;
    text-align: center;
}

.active, .accordion:hover {
    background-color: #c4d4ed;
}

.accordionPanel {
    padding: 0 18px;
    background-color: #c4d4ed;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: large;
    text-align: left;
}

.accordionTriangle {
    width: 0;
    height: 0;
    border-left: 10px solid black;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
